Add a gtkx.h header for X11-specific GTK+ api
authorMatthias Clasen <mclasen@redhat.com>
Sat, 29 Jan 2011 19:16:47 +0000 (14:16 -0500)
committerMatthias Clasen <mclasen@redhat.com>
Sat, 29 Jan 2011 19:16:47 +0000 (14:16 -0500)
commitf783a75d61dbe7ae511bf65b6c3aafaffa8b4216
tree8e2bc06a6c0ae238cef571b60356388aec69ddda
parent1641e71c9a0e05311073d1eb02bffa38b8dc4b22
Add a gtkx.h header for X11-specific GTK+ api

This keeps us from pulling gdkx.h into gtk.h

https://bugzilla.gnome.org/show_bug.cgi?id=640902
15 files changed:
docs/reference/gtk/gtk3.types
docs/reference/gtk/x11.sgml
gtk/Makefile.am
gtk/gtk.h
gtk/gtkplug.c
gtk/gtkplug.h
gtk/gtksocket.c
gtk/gtksocket.h
gtk/gtkwidget.c
gtk/gtkx.h [new file with mode: 0644]
modules/other/gail/gail.c
modules/other/gail/gailtoplevel.c
modules/other/gail/gailwindow.c
tests/testsocket.c
tests/testsocket_common.c